home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
dignet_2_1.lha
/
dignet
/
includes
/
dignet.h
next >
Wrap
C/C++ Source or Header
|
1997-03-12
|
413b
|
24 lines
#ifndef DIGNET_H
#define DIGNET_H
/*
** dignet.library include
**
** Copyright © 1997 by Kenneth "Kenny" Nilsen/Digital Surface
**
** $VER: DIGNET_H 1.0 (12.3.97)
**
*/
/*
* Error codes
*/
#define DNETERROR_OK 0 /* everything is ok */
#define DNETERROR_OVERFLOW -1 /* buffer overflow (your string buffer) */
#define DNETERROR_WRONGNET -2 /* you tried to free wrong net structure */
#endif /* DIGNET_H */